home *** CD-ROM | disk | FTP | other *** search
- ;
- ; This file is supposed to be `execute'd in your standard
- ; User-StartUp file in the S: directory. It sets up the
- ; default configuration for the AmiWeb2c system with the
- ; PasTeX drivers. Feel free to change things according to
- ; your personal needs.
- ;
- ; At several places the device name "Please_change_me:" is
- ; used. Please to so by replacing it with the name of the
- ; device where you installed AmiWeb2c. No specific name is
- ; required nor used by any program of AmiWeb2c. However,
- ; the explicit "assign"ment for "TeX:" is necessary for
- ; "PasTeX" to work correctly.
- ;
- ; AmiWeb2c 2.1 (c) 1995,1997 Andreas Scherer
- ; PasTeX 1.4 (c) 1990-1995 Georg Heßmann
- ;
- ;BEGIN TeX
- ;
- path Please_change_me:AmiWeb2c-2.1/bin/m68000-amigaos2.1 add
- path Please_change_me:AmiWeb2c-2.1/bin/m68000-amigaos2.1/local add
- path Please_change_me:AmiWeb2c-2.1/bin/m68000-amigaos2.1/pastex add
- ;
- alias latex="tex --progname=latex"
- alias elatex="etex --progname=elatex"
- alias pdflatex="pdftex --progname=pdflatex"
- alias lambda="omega --progname=lambda"
- ;
- ; Settings for CallMF 2:
- ;
- rxset VIRTEX=tex
- rxset VIRMF=mf
- rxset GFTOPK=gftopk
- ;
- ; Use either of these settings, depending on your preferences to
- ;
- ; either create a batch file for missing fonts:
- ;setenv CALLMF MakeBatch.rexx
- ; or generate missing fonts on the fly:
- setenv CALLMF MakeTeXFont.rexx
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Settings for non-AmiWeb2c packages and programs, e.g., settings for
- ; PasTeX, HWGPost, ... This section will most certainly have to be
- ; adapted to local conditions. Since I can't foresee what users might
- ; want to put here, I comment everything, but keep the entries used
- ; in my installation.
- ;
- ; PasTeX requires a root directory `TeX:'. Also the directory structure
- ; is different, so here `TeX:' only points to the top-level directory of
- ; `config' and `ps' (and `rexx').
- ;
- assign TeX: Please_change_me:AmiWeb2c-2.1/texmf/pastex
- ;
- ; GhostScript requires a root directory `GhostScript:'. Comment this
- ; line if you do not use GhostScript.
- ;
- assign GhostScript: Please_change_me:AmiWeb2c-2.1/ghostscript
- ;
- ; Define the general TeX environment:
- ;
- ; TeX call for editor in case of error:
- setenv TEXEDIT "rx TeX:rexx/TeXedit.rexx %s %d"
- setenv TEXREXXEDIT "TeX:rexx/TeXedit.rexx %s %d"
- ; start EDIT=CED in case of error (else only E):
- ;setenv TEXREXX EDIT
- setenv TEXREXX E
- ;
- ; Sometimes I use really BIG fonts (like Old German or GnuPlot output):
- ;
- setenv DVIPRINT "FONTMEM 300000"
- setenv SHOWDVI "FONTMEM 300000"
- ;
- ; HWGPost settings: Comment these lines if you do not use MetaPost
- ; or install PostScript fonts.
- ;
- assign POST: TeX:ps
- assign POST: Please_change_me:AmiWeb2c-2.1/texmf/dvips add
- assign POST: Please_change_me:AmiWeb2c-2.1/texmf/dvips/base add
- assign POST: Please_change_me:AmiWeb2c-2.1/texmf/dvips/misc add
- ;
- assign PSFONTS: Please_change_me:AmiWeb2c-2.1/texmf/fonts/type1/bakoma/cm
- assign PSFONTS: Please_change_me:AmiWeb2c-2.1/texmf/fonts/type1/bakoma/ams add
- assign PSFONTS: Please_change_me:AmiWeb2c-2.1/texmf/fonts/psfonts add
- ;
- ;END TeX
-